home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / dbase / getfile.c < prev    next >
C/C++ Source or Header  |  1996-07-21  |  91b  |  8 lines

  1.  
  2. #include "dbase.p"
  3.  
  4. char *getfile(THE_FILE_ENUM_ ftype)
  5. {
  6.     return (filename[ftype]);
  7. }
  8.